home *** CD-ROM | disk | FTP | other *** search
- object Form11: TForm11
- Left = 421
- Top = 136
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Log Events'
- ClientHeight = 131
- ClientWidth = 209
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 20
- Top = 4
- Width = 168
- Height = 16
- Caption = 'Log Which Windows Events:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object CheckBox1: TCheckBox
- Left = 13
- Top = 37
- Width = 179
- Height = 17
- Caption = 'Opening and Closing of Windows'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 13
- Top = 58
- Width = 180
- Height = 17
- Caption = 'When a Window becomes active'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object CheckBox3: TCheckBox
- Left = 195
- Top = 56
- Width = 169
- Height = 17
- Caption = 'When a Window is closed'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- Visible = False
- end
- object CheckBox4: TCheckBox
- Left = 13
- Top = 79
- Width = 97
- Height = 19
- Caption = 'Keystrokes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 3
- end
- object Button1: TButton
- Left = 66
- Top = 105
- Width = 77
- Height = 22
- Caption = 'OK'
- TabOrder = 4
- OnClick = Button1Click
- end
- end
-